SQL ManualStatmentsShow StatementsSHOW-DELETEOn this pageSHOW-DELETESHOW-DELETENameSHOW DELETEDescriptionThis statement is used to display the historical delete tasks that have been successfully executedSyntax:SHOW DELETE [FROM db_name]ExampleDisplay all historical delete tasks of databaseSHOW DELETE FROM database;KeywordsSHOW, DELETEBest Practice